home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Aventura
/
asitchintime2.swf
/
scripts
/
DefineButton2_1772
/
BUTTONCONDACTION on(release).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-11-09
|
247 b
|
10 lines
on(release){
c.gamePaused = false;
b.broadcastMessage("onPlay");
_parent.btnPause._visible = true;
_parent.btnPlay._visible = false;
_parent.btnQuit._visible = true;
_parent.btnHelp._visible = true;
gotoAndStop(1);
}